Skip to content

feat: add unsupported claim governance finding#20

Merged
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-unsupported-claim-finding
Jun 14, 2026
Merged

feat: add unsupported claim governance finding#20
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-unsupported-claim-finding

Conversation

@CoderDeltaLAN

Copy link
Copy Markdown
Owner

Summary

Adds the first v0.2 governance finding: AIRK-GOV006, a conservative local diagnostic for unsupported security or maturity claims inside supported agent instruction files.

Scope

  • Adds agent_rules_kit.governance.
  • Reports findings in console, JSON, and Markdown check output.
  • Adds fixture coverage for unsupported claims.
  • Adds false-positive tests for negative guidance such as "do not claim" and "not a security scanner".
  • Keeps runtime local-only: no network, no LLM, and no repository command execution.

Verification

  • ./scripts/check.sh
  • console smoke for tests/fixtures/repositories/unsupported-claim
  • JSON smoke for tests/fixtures/repositories/unsupported-claim
  • Markdown smoke for tests/fixtures/repositories/unsupported-claim
  • clean fixture JSON smoke with finding_count: 0
  • isolated build + wheel install smoke

Product boundary

This does not turn agent-rules-kit into a security scanner. It flags unsupported claims conservatively so instruction files stay professional, auditable, and honest.

@CoderDeltaLAN CoderDeltaLAN merged commit 808f275 into main Jun 14, 2026
1 check passed
@CoderDeltaLAN CoderDeltaLAN deleted the feat/add-unsupported-claim-finding branch June 14, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant